diff options
Diffstat (limited to 'doc/HowTo/Utf8Test.md')
| -rw-r--r-- | doc/HowTo/Utf8Test.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HowTo/Utf8Test.md b/doc/HowTo/Utf8Test.md index f68b66e..21ae5b9 100644 --- a/doc/HowTo/Utf8Test.md +++ b/doc/HowTo/Utf8Test.md @@ -16,7 +16,7 @@ To do this we would run the following command: To implement this utility, we are going to need to include the following headers: - `BH/IO.h` to work with files (or input/output devices) -- `BH/String.h` to work with UTF-8 sequences +- `BH/Unicode.h` to work with UTF-8 sequences ## Working with Files @@ -88,7 +88,7 @@ while (...) ```c #include <BH/IO.h> -#include <BH/String.h> +#include <BH/Unicode.h> #include <stdlib.h> #include <stdio.h> |
