8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
|
* JAPANESE: Variant of 7-bit ASCII
|
||
|
* with two characters replaced.
|
||
|
* Next line puts in the main ASCII characters unmapped:
|
||
|
20-7E 0020
|
||
|
* Next lines then overwrite with the new values:
|
||
|
5C A5 * backslash -> yen sign
|
||
|
7E 203E * tilde -> overbar
|