detectEncoding {rPraat} | R Documentation |
detectEncoding
Description
Detects unicode encoding of Praat text files
Usage
detectEncoding(fileName)
Arguments
fileName |
Input file name |
Value
detected encoding of the text input file
Examples
## Not run:
detectEncoding("demo/H.TextGrid")
detectEncoding("demo/H_UTF16.TextGrid")
## End(Not run)
[Package rPraat version 1.3.2-1 Index]