Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #1055
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news-1.dfn.de!news.dfn.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Axel Vogt <&noreply@axelvogt.de> |
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Re: problem with simple string search |
| Date | Sun, 14 Dec 2014 22:15:36 +0100 |
| Lines | 34 |
| 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> |
| Reply-To | &noreply@axelvogt.de |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | individual.net n+tc9OJBqMVXwi6gK0N9qABr1+FWGF5SgH5ux6hyOHzBMogLI= |
| Cancel-Lock | sha1:4wmw9PoMkiKtSaoiTjYnFdpIaXs= |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
| In-Reply-To | <m6ku0d$k4s$2@dont-email.me> |
| Xref | csiph.com comp.soft-sys.math.maple:1055 |
Show key headers only | View raw
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