detectEncoding {rPraat} | R Documentation |
Detects unicode encoding of Praat text files
detectEncoding(fileName)
fileName |
Input file name |
detected encoding of the text input file
## Not run:
detectEncoding("demo/H.TextGrid")
detectEncoding("demo/H_UTF16.TextGrid")
## End(Not run)