Skip to content

Commit 0c47007

Browse files
Update non-english-characters.md
1 parent 0c1c22a commit 0c47007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq/general/non-english-characters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ permalink: /faq/general/non-english-characters.html
1313

1414
The barcode text of the result is of a non-Latin based language, as by default most webpages are able to display Latin-based languages.
1515

16-
In order to display the barcode text, it is best to do it via the [`getBytes`](https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/api-reference/barcode-result-item.html#getbytes) of the TextResult. Once the bytes are obtained, you can 'translate' them to a string based on the encoding identifier of the language that you are trying to display.
16+
In order to display the barcode text, it is best to do it via the [`getBytes`](https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/api-reference/barcode-result-item.html#getbytes) of the CBarcodeResultItem. Once the bytes are obtained, you can 'translate' them to a string based on the encoding identifier of the language that you are trying to display.

0 commit comments

Comments
 (0)