# HG changeset patch # User Michal Demin # Date 1369688819 -7200 # Node ID b0a32b6340b315a7f6b8ace31c824e5d8d8e22a2 # Parent 17ca9e52cfd138a6312d04c64fddbc01fec36369 [FTM-350] New character set Character set of the radio has been updated. More special characters. Still missing support for some special characters and japaneese/other graphics font. Unknown characters are displayed as "?" (question mark). #847 diff -r 17ca9e52cfd1 -r b0a32b6340b3 chirp/ftm350.py --- a/chirp/ftm350.py Thu May 23 22:55:11 2013 +0200 +++ b/chirp/ftm350.py Mon May 27 23:06:59 2013 +0200 @@ -82,8 +82,9 @@ TMODES = ["", "Tone", "TSQL", "", "DTCS", "", ""] MODES = ["FM", "AM", "NFM", "", "WFM"] DUPLEXES = ["", "", "-", "+", "split"] +#TODO: add japaneese characters (viewable in special menu, scroll backwards) CHARSET = ('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!"' + - '```````````````````````````````````` ') + '#$%&`()*+,-./:;<=>?@[\\]^_`{|}~?????? ' + '?' * 91) POWER_LEVELS = [chirp_common.PowerLevel("Hi", watts=50), chirp_common.PowerLevel("Mid", watts=20),