Which Characters are Bad?
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?
C-B
.
Relevant Pages
- Re: Prothon should not borrow Python strings!
... """It does not make sense to have a string without knowing what encoding ... same cul de sac as Python. ... Prothon_String_As_ASCII // raises error if there are high characters ... Python's split between byte strings and Unicode strings is ... (comp.lang.python) - Re: Letter to US Sen. Byron Dorgan re unpaid overtime
... put them in stupid places. ... Programming is difficult (as you must surely appreciate, ... > strings will be in the range 1...1000 characters. ... impose an artificially small limit on string length." ... (comp.programming) - Re: Fast UTF-8 strlen function
... >> Is there a fast UTF-8 string length function floating around? ... Length in bytes, or length in characters? ... For UTF-8, the main basic "change" you have to make to your string routines ... then I could individually look up the characters in my UNICODE ... (alt.lang.asm) - Re: Byte Array to String
... retrieved text will mismatch the original characters. ... encoding the characters. ... Dim strFileData as String ... (microsoft.public.dotnet.framework.aspnet) - Re: A note on personal corruption as a result of using C
... impossible to write effective string validation routines by definition ... (Note that a string literal may contain embedded null characters; ... without resorting to abusive language. ... In practice, programmers typically use "struct" ... (comp.programming) |
|