473,385 Members | 1,898 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Unknown code page

Hello,

Does anyone know offhand which single-byte code page maps the German
Umlaut character "ä" to hexadecimal 8A?

Or does anyone have a URL handy to look up such things?

Thanks.
--
Bob Hairgrove
No**********@Home.com
Jul 20 '05 #1
10 2713
wouldnt_you_like@to_know.com (Bob Hairgrove) wrote:
X-Newsreader: Forte Free Agent 1.21/32.243
When writing on such a subject, you should really use a newsreader
that is capable to declare the encoding ("charset") in messages.
Get version 1.93!
Does anyone know offhand which single-byte code page maps the German
Umlaut character "?" to hexadecimal 8A?


In <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/ROMAN.TXT> ,
character x8A is "a with diaeresis" (ä).

--
Top-posting.
What's the most irritating thing on Usenet?
Jul 20 '05 #2
On Fri, 16 Jan 2004 21:17:35 +0100, Andreas Prilop
<nh******@rrzn-user.uni-hannover.de> wrote:
wouldnt_you_like@to_know.com (Bob Hairgrove) wrote:
X-Newsreader: Forte Free Agent 1.21/32.243
When writing on such a subject, you should really use a newsreader
that is capable to declare the encoding ("charset") in messages.
Get version 1.93!


The problem is irrelevant to my newsreader. We are encountering these
problems at work where we are decompressing binary data stored in 2D
barcodes and storing the result in XML files. Within the data itself,
there is no indication of the code page, and we get the data from a
variety of systems, from a scan workflow, the internet, etc. It's
pretty wild.
Does anyone know offhand which single-byte code page maps the German
Umlaut character "?" to hexadecimal 8A?


In <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/ROMAN.TXT> ,
character x8A is "a with diaeresis" (ä).


Thanks!
--
Top-posting.
What's the most irritating thing on Usenet?


--
Bob Hairgrove
No**********@Home.com
Jul 20 '05 #3
On Sat, Jan 17, Bob Hairgrove inscribed on the eternal scroll:
On Fri, 16 Jan 2004 21:17:35 +0100, Andreas Prilop

When writing on such a subject, you should really use a newsreader
that is capable to declare the encoding ("charset") in messages. [..]
The problem is irrelevant to my newsreader.


If you're going to post to usenet, then I'd say Andreas offered good
advice about doing it. And particularly if you're posting about
character coding problems.

As we see, this shortcoming _was_ relevant to your description of the
problem, even if it wasn't relevant to the problem itself:
Does anyone know offhand which single-byte code page maps the German
Umlaut character "?" to hexadecimal 8A?


Communication failed.
Jul 20 '05 #4
On Sat, 17 Jan 2004 11:35:35 +0100, "Alan J. Flavell"
<fl*****@mail.cern.ch> wrote:
On Sat, Jan 17, Bob Hairgrove inscribed on the eternal scroll:
On Fri, 16 Jan 2004 21:17:35 +0100, Andreas Prilop
>
>When writing on such a subject, you should really use a newsreader
>that is capable to declare the encoding ("charset") in messages.[..]
The problem is irrelevant to my newsreader.


If you're going to post to usenet, then I'd say Andreas offered good
advice about doing it. And particularly if you're posting about
character coding problems.

As we see, this shortcoming _was_ relevant to your description of the
problem, even if it wasn't relevant to the problem itself:
>> Does anyone know offhand which single-byte code page maps the German
>> Umlaut character "?" to hexadecimal 8A?


Communication failed.


I see what you mean now ... Funny, though, Google shows the character
correctly.

It's time everyone moved to Unicode, I suppose!
--
Bob Hairgrove
No**********@Home.com
Jul 20 '05 #5
On Sat, Jan 17, Bob Hairgrove inscribed on the eternal scroll:
>> Does anyone know offhand which single-byte code page maps the German
>> Umlaut character "?" to hexadecimal 8A?
Communication failed.


I see what you mean now ...


Thanks...
Funny, though, Google shows the character correctly.
Since there was no character coding defined, there -is- no independent
definition of correctness. I think you really meant "Google made the
right guess at what you meant", but Andreas (or rather, his software
;-) is more fastidious, and refused to guess.
It's time everyone moved to Unicode, I suppose!


With utf-8, you get a new form of excitement: if the octet-stream
isn't valid utf-8, then it's forbidden to guess - the specification
mandates the reporting of an error.

cheers

--
Procrastination gives you something to look forward
to putting off tomorrow. -spotted on ahbou
Jul 20 '05 #6
In article <40***************@news.webshuttle.ch>,
Bob Hairgrove <wouldnt_you_like@to_know.com> wrote:

% Or does anyone have a URL handy to look up such things?

There's an RFC that lists a large number of character sets. I don't know
the number off-hand, but a copy is included with the source for recode.
--

Patrick TJ McPhee
East York Canada
pt**@interlog.com
Jul 20 '05 #7
On Sun, 18 Jan 2004, Patrick TJ McPhee wrote:
In article <40***************@news.webshuttle.ch>,
Bob Hairgrove <wouldnt_you_like@to_know.com> wrote:

% Or does anyone have a URL handy to look up such things?

There's an RFC that lists a large number of character sets.


Yes, but for practical purposes I would nowadays generally
recommend the cross-mapping tables at the Unicode site.
http://www.unicode.org/Public/MAPPINGS/

Jul 20 '05 #8
On Sun, 18 Jan 2004, Patrick TJ McPhee wrote:
There's an RFC that lists a large number of character sets. I don't know
the number off-hand, but a copy is included with the source for recode.


Do you mean <http://www.iana.org/assignments/character-sets> ?

Jul 20 '05 #9
On Thu, 22 Jan 2004, Andreas Prilop wrote:
On Sun, 18 Jan 2004, Patrick TJ McPhee wrote:
There's an RFC that lists a large number of character sets. I
don't know the number off-hand, but a copy is included with the
source for recode.


Do you mean <http://www.iana.org/assignments/character-sets> ?


Could it have been a reference to RFC1345 ? - that's pretty
historical now, but it is indeed cited in the recode
documentation, so maybe that's the one that was meant.

Jul 20 '05 #10
In article <Pine.GSO.4.44.0401221720300.704-100000@s5b004>,
Andreas Prilop <nh******@rrzn-user.uni-hannover.de> wrote:
% On Sun, 18 Jan 2004, Patrick TJ McPhee wrote:
%
% > There's an RFC that lists a large number of character sets. I don't know
% > the number off-hand, but a copy is included with the source for recode.
%
% Do you mean <http://www.iana.org/assignments/character-sets> ?

No, I meant the first reference, RFC 1345.

--

Patrick TJ McPhee
East York Canada
pt**@interlog.com
Jul 20 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

53
by: Cardman | last post by:
Greetings, I am trying to solve a problem that has been inflicting my self created Order Forms for a long time, where the problem is that as I cannot reproduce this error myself, then it is...
3
by: Torrent | last post by:
When Trying to Load an XSLT File with the XslTransform i got a rather annoying Exception being thrown "System.Xml.XPath.XPathException: XsltContext is needed for this query because of an unknown...
0
by: wilsonchan1000 | last post by:
There is a note regarding this error in UDB. I eventually found a solution and want to share with all or you. Problem occur with connect to db2 server: SQLCODE : -332 SQL0332N There is no...
5
by: Lars-Erik Aabech | last post by:
Hi! Guess it's my day again.. Tried to deploy a test release of a new asp.net web today, and got a terrible error. The web is running swell on three development computers, but when it's copied...
5
by: Peter Afonin | last post by:
Hello, I'm developing an Atlas application in ASP.NET 2.0. Everything was OK, but suddenly I started to get some strange errors on one of the pages: When I click any button or invoke any...
1
by: TARUN | last post by:
Hello All, I am facing problem regarding Atlas. I have install the AtlasSetup.msi in my .NET framework 2.0, and i open the new Atlas Website...... Let me first explain the my senario, I...
5
by: ken.roberts | last post by:
Hello, I'm hoping someone might help us understand the code listed below. One of our clients has been having unknown Javascript appear in their home page. The client swears that they are not...
7
by: John | last post by:
Hi Everyone, I'm having this extremely annoying problem with Internet Explorer 6, giving me an error message saying "unknown runtime error" whenever I try to alter the contents of a <divelement...
1
by: Valli | last post by:
Hi, I have an issue with the content page('default.aspx') while executing the asp.net project. I am getting the error 1. unknown server tag 'asp.Scriptmanager' 2. unknown server tag...
33
by: Adam Chapman | last post by:
Hi, Im trying to migrate from programming in Matlab over to C. Im trying to make a simple function to multiply one matrix by the other. I've realised that C can't determine the size of a 2d...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.