If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:Charset
BoxMatrix >> Lexicon >> Internationalisation >> Charset | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Computer | FRITZ | I18N | Telephony | Smarthome | Internet | Protocols | Multimedia | Formats | Hardware | Software | Research |
Term
Term: | Charset | Wiki | Freetz | IPPF | whmf | AVM | Web |
Short for: | Character set | ||||||
Location: | Lexicon >> Internationalisation | ||||||
Weblinks: | Wikipedia.int - Wikipedia.de - RFC-2978 | ||||||
Description: | Table mapping numerical values to Characters |
Goto: FRITZ!OS - SMW-Browser
Details
A character set is a table mapping numerical values to printable or non printable Characters.
The character set used and the mapping procedure are both called character encoding
.
A Charset is only a definition layer, how each Character is shown / rendered / visualized is subject to a Font.
FRITZ!OS
Webinterface
Initially the Webinterface of FRITZ!OS only supported german language, which requires Umlauts not present in ASCII charset.
The first solution was to use ISO-8859-1 and later its revision ISO-8859-15.
Starting with generation x2xx (ie 7270) and fw 4.63 AVM switched to UTF-8 charset. See CONFIG_UTF8.
NAS
For models with an USB-Host port AVM added FTP access in fw 3.42, in fw 4.28 also SMB access.
In fw 4.80 the fritz.nas webinterface was added, initially implemented with file i/o written in Java.
Linux filesystem NLS support was enabled in fw 3.63, initially only with CP-437 and ISO-8859-1 support.
Later additions were ISO-8859-15 (4.03), CP-850 (4.14), UTF-8 (4.57), ASCII (4.85) and CP-852 (6.51) and
ISO-8859-2 (6.52+). More details in the NLS article.
Starting with fw 5.55 FRITZ!OS converts all filenames on the NAS to UTF-8 using conv2utf8. See CONFIG_UTF8_FULL.