Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #1055
| From | Axel Vogt <&noreply@axelvogt.de> |
|---|---|
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Re: problem with simple string search |
| Date | 2014-12-14 22:15 +0100 |
| Message-ID | <cf6cvrF952uU1@mid.individual.net> (permalink) |
| References | <e33ec356-2115-4da9-a1d2-ccbecfe72d75@googlegroups.com> <cf6b6iF8lm4U1@mid.individual.net> <m6ku0d$k4s$2@dont-email.me> |
On 14.12.2014 22:04, William Unruh wrote: > On 2014-12-14, Axel Vogt <&noreply@axelvogt.de> wrote: >> On 14.12.2014 18:18, mahesh.marguii@gmail.com wrote: >> ... >>> CONTEXT: I am trying to write some simple routine to substitute "??" for "?", for example, according to a table of similar substitutions. >>> >>> I am having the same problem with all these "composite characters" - like "??","??","??","??","??","??","??", etc. >> ... >> >> That _might_ be a problem of encoding characters, especially >> if you enter in Standard Worksheets and the palette. >> >> I always try to avoid that (never checked Maple's scheme) and >> stay to ASCI/ANSI. >> >> Also note that a usual NG reader will not show what you may >> see at Google using your browser and its language settings. > > That is true, since I just see question marks. The last sentence quote > from the original just is a list of two question marks repeated 7 times. > I suspect that was not what he intended. Yes. You would need UTF-8 activated (?) or windows-1252, while you use us-ascii 7 bit. PS: http://www.code-knacker.de/ansi.htm and (to be precise) thus I avoid character any beyond Bit = 127 in coding, that is roughly: any special "Umlaut" in language or for pretty printing (ok, "ยง" = paragraph may be needed in some cases)
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Find similar
problem with simple string search mahesh.marguii@gmail.com - 2014-12-14 09:18 -0800
Re: problem with simple string search William Unruh <unruh@invalid.ca> - 2014-12-14 18:46 +0000
Re: problem with simple string search Axel Vogt <&noreply@axelvogt.de> - 2014-12-14 21:45 +0100
Re: problem with simple string search William Unruh <unruh@invalid.ca> - 2014-12-14 21:04 +0000
Re: problem with simple string search Axel Vogt <&noreply@axelvogt.de> - 2014-12-14 22:15 +0100
csiph-web