Re: Which Characters are Bad?
On Apr 5, 10:04 am, Charlie-Boo <shymath...@xxxxxxxxx> wrote:
When we examine a string, a flag will go off iff the string has any
bad characters in it. I have a few strings to examine. How can I
tell which characters in the entire alphabet are bad? Or maybe bad?
Or good? Or maybe good? Or what?
Are you talking about character encoding, parsing, what?
What sense of "bad" do you mean?
For instance, when I read your arxiv paper on CBL, I get
stuff like this:
---------------
We introduce eight universal Rules of Inference:
NOT P à ~P
AND P , Q à P ^ Q
OR P , Q à P v Q
----------------
Those "à" characters seem like some sort of character encoding
flaw to me.
Marshall
.
Relevant Pages
- Re: Docx files
... The problem comes, as soon as you hit the reply button/command, then SeaMonkey changes to the system default character encoding, which is used on your computer, if you haven't set up any changed encoding as default encoding type in the prefs settings. ... I probably won't have the problems, if I change from danish to US English as my default system language, - unless I've set SeaMonkey to use a fixed ISO-8859-1 setting instead of the automatic settings.... ... In Danish and Norwegian we have three special characters that doesn't ... (comp.sys.mac.apps) - Re: problem with java, ASCII and Linux
... you have a problem with non-ASCII characters. ... ASCII is US-ASCII, ... Appears that you have some partially utf-8 -based environment. ... to your Java VM which character encoding is used by your terminal ... (comp.infosystems.www.servers.unix) - Character encodings and invalid characters
... The idea here is relatively simple: a java program (I'm using JDK1.4 ... characters (or replaces them in the case of common ones like ... the character encoding information from the server. ... I'm slightly confused by the HTML specification - are the valid ... (comp.lang.java.programmer) - Re: Help please - Why does ByteBuffer return ? as opposed to what was put?
... characters, and for the accompanying niceties of character encoding. ... according to the system's default character encoding scheme. ... Strings, chars, StringBuffers, etc. to hold binary data. ... (comp.lang.java.programmer) - Re: Help please - Why does ByteBuffer return ? as opposed to what was put?
... > characters, and for the accompanying niceties of character encoding. ... > according to the system's default character encoding scheme. ... > Strings, chars, StringBuffers, etc. to hold binary data. ... (comp.lang.java.programmer) |
|