Issue / Question
Customer getting wrong character when double space is present
Applicable To
Windows Mobile devices
Resolution / Answer
When scanning in Windows Mobile Devices if there is a double space in the barcode and the data is transmitted once space gets replaced by a dot.
This is due to auto-correction being enabled. To disable this feature you can apply the registry below:
[HKEY_CURRENT_USER\ControlPanel\Sip] "SuggAutoCorr"=dword:00000000 "SuggSpell"=dword:00000000 "SuggWords"=dword:00000000
example:
Expected output (autocorrection off):
twospaces test
Output seen (autocorrection On)
twospaces. test.