ASCII control character html input text
问题 I'm trying to process input from a barcode scanner in a javascript browser app. The scanner output is a string of characters, which also contains at least one Group Separator character (ASCII 29). When I direct the input to i.e. notepad++, the input is displayed correctly including the Group Separator characters. When I direct the input into a <input type="text"> html field, the Group Separator objects are lost; it's neither visible in the field, nor detectable with javascript code. Does the