mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 18:02:40 +08:00
fix typo
This commit is contained in:
parent
45bd4ea8d4
commit
1cf492818f
2
cube/cube_utils.cpp
Normal file → Executable file
2
cube/cube_utils.cpp
Normal file → Executable file
@ -277,7 +277,7 @@ void CubeUtils::UTF8ToUTF32(const char *utf8_str, string_32 *str32) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* UTF-8 to UTF-32 conversion functions
|
* UTF-32 to UTF-8 conversion functions
|
||||||
*/
|
*/
|
||||||
void CubeUtils::UTF32ToUTF8(const char_32 *utf32_str, string *str) {
|
void CubeUtils::UTF32ToUTF8(const char_32 *utf32_str, string *str) {
|
||||||
str->clear();
|
str->clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user