autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2008-04-28
2008-04-28 13:24:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>
2e26a94057762fcafdab91a2513550c5a08f9598 (
12
lines) (+
12
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Added some notes about ISO-IR 190 et al.
Rev: lib/modules/Stdio.pmod/module.pmod:1.236
2050:
<dd class='body--doc'><p>Sets the input and output charset of this file to the specified <code>charset</code>.</p> <p> The default charset is <tt>"ISO-8859-1"</tt>.</p>
+
</dd><dt class='head--fixme'>FIXME</dt>
+
<dd class='body--fixme'><p>Consider using one of
+
ISO-IR-190 (<tt>"\e%/G"</tt> - switch to UTF-8 level 1)
+
or ISO-IR-162 (<tt>"\e%/@"</tt> - switch to UCS-2 level 1)
+
or ISO-IR-163 (<tt>"\e%/A"</tt> - switch to UCS-4 level 1)
+
or ISO-IR-174 (<tt>"\e%/C"</tt> - switch to UCS-2 level 2)
+
or ISO-IR-175 (<tt>"\e%/D"</tt> - switch to UCS-4 level 2)
+
or ISO-IR-176 (<tt>"\e%/E"</tt> - switch to UCS-2 level 3)
+
or ISO-IR-177 (<tt>"\e%/F"</tt> - switch to UCS-4 level 3)
+
or ISO-IR-178 (<tt>"\e%B"</tt> - switch to UTF-1)
+
automatically to encode wide strings.</p>
</dd></dl>