I am learning C# and want to develop a program editor for TIBASIC of calculators TInspire family.
I have two problems
1: Is requeire create a tokenizer for this type of calculators or program that binarize a unicode text file.
2: Requeire create a free text source. TTF
For the first option, for now the text code would be copied in the NSPIRE COMPUTER SOFTWARE because this creates the files .tns =)
For the second option you can use the text font that comes with the program, but the could not redistribute =(
The idea is to unite enthusiasts to create a dll program that converts text to binary, as also write a pixel graphics editor, matriz editor, etc., incorporate an emulator to editor, plus someone who writes a ttf font with the following characters
- Code: Select all
#unicode SYMBOL
10003 "✓" "check"
9642 "▪" "block"
8592 "←" "leftarrow"
8594 "→" "rightarrow"
8593 "↑" "uparrow"
8595 "↓" "downarrow"
8746 "∪" "union"
8745 "∩" "intersect"
032 " " "space"
033 "!"
034 """
035 "#"
036 "$"
037 "%"
038 "&"
039 "'"
040 "("
041 ")"
042 "*"
043 "+"
044 ","
045 "-"
046 "."
047 "/"
048 "0"
049 "1"
050 "2"
051 "3"
052 "4"
053 "5"
054 "6"
055 "7"
056 "8"
057 "9"
058 ":"
059 ";"
060 "<"
061 "="
062 ">"
063 "?"
064 "@"
065 "A"
066 "B"
067 "C"
068 "D"
069 "E"
070 "F"
071 "G"
072 "H"
073 "I"
074 "J"
075 "K"
076 "L"
077 "M"
078 "N"
079 "O"
080 "P"
081 "Q"
082 "R"
083 "S"
084 "T"
085 "U"
086 "V"
087 "W"
088 "X"
089 "Y"
090 "Z"
091 "["
092 ""
093 "]"
094 "^"
095 "_"
096 "`"
097 "a"
098 "b"
099 "c"
100 "d"
101 "e"
102 "f"
103 "g"
104 "h"
105 "i"
106 "j"
107 "k"
108 "l"
109 "m"
100 "n"
111 "o"
112 "p"
113 "q"
114 "r"
115 "s"
116 "t"
117 "u"
118 "v"
119 "w"
120 "x"
121 "y"
122 "z"
123 "{"
124 "|"
125 "}"
126 "~"
9670 "◆"
945 "α"
946 "β"
915 "Γ"
947 "γ"
916 "Δ"
948 "δ"
949 "ε"
950 "ζ"
952 "θ"
955 "λ"
958 "ξ"
928 "Π"
960 "π"
961 "ρ"
931 "Σ"
963 "σ"
964 "τ"
934 "Φ"
968 "ψ"
937 "Ω"
969 "ω"
61440 "" "EE"
61503 "" "#e"
61487 "" "#i"
61441 "" "^rad"
61442 "" "transpose"
61443 "" or "x̄" U+0078+0304 "xmean"
61444 "" "ymean"
8804 "≤" "<="
8800 "≠" "!="
8805 "≥" ">="
8736 "∠" "angle"
8230 "…"
161 "¡"
162 "¢"
163 "£"
164 "¤"
165 "¥"
166 "¦"
167 "§"
8730 "√" "root"
169 "©"
170 "ª"
171 "«"
172 "¬"
173 ""
174 "®"
175 "¯"
176 "°"
177 "±"
178 "²"
179 "³"
61445 "" "^-1"
181 "µ"
182 "¶"
183 "·"
8330 "₊"
185 "¹"
186 "º"
187 "»"
61448 "" OR 8706 "∂" "diff"
8747 "∫" "integral"
8734 "∞" "infinity"
191 "¿"
192 "À"
193 "Á"
194 "Â"
195 "à"
196 "Ä"
197 "Å"
198 "Æ"
199 "Ç"
200 "È"
201 "É"
202 "Ê"
203 "Ë"
204 "Ì"
205 "Í"
206 "Î"
207 "Ï"
208 "Ð"
209 "Ñ"
210 "Ò"
211 "Ó"
212 "Ô"
213 "Õ"
214 "Ö"
215 "×"
216 "Ø"
217 "Ù"
218 "Ú"
219 "Û"
220 "Ü"
221 "Ý"
222 "Þ"
223 "ß"
224 "à"
225 "á"
226 "â"
227 "ã"
228 "ä"
229 "å"
230 "æ"
231 "ç"
232 "è"
233 "é"
234 "ê"
235 "ë"
236 "ì"
237 "í"
238 "î"
239 "ï"
240 "ð"
241 "ñ"
242 "ò"
243 "ó"
244 "ô"
245 "õ"
246 "ö"
247 "÷"
248 "ø"
249 "ù"
250 "ú"
251 "û"
252 "ü"
253 "ý"
254 "þ"
255 "ÿ"
PD: I also have plans to expand the development of tiedit to nspire calcs family
http://home.arcor.de/p-engels/tiedit/

a video showing the option to import unicode then paste it in the program editor of tinspire