Printing Receipts with special characters
Posted: Wed May 12, 2004 3:04 pm
Dale,
I use a spanish keyboard that contains characters not found on a standard english language keyboard. Stock table item descriptions often contain the ñ character as it is a standard character in the Spanish language. When printing receipts or exporting the stock table, the ñ character is replaced with the * symbol. Conversely, when importing a .txt or .csv file into the stock table, the ñ character is replaced with the ± symbol. I know nothing about the difficulties of QBasic programming and I also know that this is a regional issue that 99.9% of POS users will never experience, but if you can find the time in some future update, (if it is possible?) it would be a great help for spanish language users of POS to have this corrected.
The ASCII code for ñ is alt 165.
Here is a more or less complete list of the Spanish character ASCII alt codes:
é 130
É 144
á 160
í 161
ó 162
ú 163
Ñ 164
ñ 165
ª 166
º 167
¿ 168
¡ 173
Thanks!
I use a spanish keyboard that contains characters not found on a standard english language keyboard. Stock table item descriptions often contain the ñ character as it is a standard character in the Spanish language. When printing receipts or exporting the stock table, the ñ character is replaced with the * symbol. Conversely, when importing a .txt or .csv file into the stock table, the ñ character is replaced with the ± symbol. I know nothing about the difficulties of QBasic programming and I also know that this is a regional issue that 99.9% of POS users will never experience, but if you can find the time in some future update, (if it is possible?) it would be a great help for spanish language users of POS to have this corrected.
The ASCII code for ñ is alt 165.
Here is a more or less complete list of the Spanish character ASCII alt codes:
é 130
É 144
á 160
í 161
ó 162
ú 163
Ñ 164
ñ 165
ª 166
º 167
¿ 168
¡ 173
Thanks!