Post Reply 
Questions regarding HP Roman character set
09-05-2016, 04:21 PM
Post: #6
RE: Questions regarding HP Roman character set
Thanks. I think I may have cross-wired some parts of the RPL character set with the HP Roman character set but kept it separate with other parts.

Regarding the Wikipedia sentence that contains "... because this is the codepoint the former non-breaking space (in the HP 48 series) will be transformed to", I now see what you are saying there. However, I misread it the first several times I read it. I recommend rewording it since the first sentence is very long with multiple facts. While this isn't the best, here's one suggestion:
Quote:There is no official codepoint definition for the euro sign in this modified character set. The HP 49/50 series of calculators use a different character set based on ECMA-94 / ISO 8859-1 which includes the euro symbol. When printing to the HP 82240A printers via OLDPRT/PRTPAR, the euro sign may be translated to codepoint 128 (0x80). This is because the HP 48 series OLDPRT/PRTPAR transforms the former non-breaking space codepoint to codepoint 128 (0x80). Mapping the euro sign to code point 186 (0xBA) as in HP Roman-9 would be another choice.

That said, I'm not certain that the HP 48 translates the RPL NBSP (0xA0) to HP Roman NBSP (0x80). It appears that it is translated to a regular ASCII space (0x20). I might be reading the vector wrong. Anyways, here is the vector from the PRTPAR variable since HP's code trumps any documentation they may have written for the 48-series. I extracted this from the SX and GX and confirmed the vector is the same on both calculators.
Code:
      _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F  

8_    A0 7F 7F 83 84 85 86 87 88 89 8A 8B 8C 8D 8E 76 
9_    5E 7F 7F 7F 7F 7F 7F 7F 7F 7F 7F 7F 7F 7F FC 7F 
A_    20 B8 BF AF BA BC 7C BD AB 63 F9 92 7E 2D 52 B0 
B_    B3 FE 97 98 A8 8F F4 F2 2C 31 FA 93 F7 F8 F5 B9 
C_    A1 E0 A2 E1 D8 D0 D3 B4 A3 DC A4 A5 E6 E5 A6 A7 
D_    E3 B6 E8 E7 DF E9 DA 82 D2 AD ED AE DB B1 F0 DE 
E_    C8 C4 C0 E2 CC D4 D7 B5 C9 C5 C1 CD D9 D5 D1 DD 
F_    E4 B7 CA C6 C2 EA CE 81 D6 CB C7 C3 CF B2 F1 EF
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Questions regarding HP Roman character set - Chris Dreher - 09-05-2016 04:21 PM



User(s) browsing this thread: 1 Guest(s)