Browse Source

* Make Charset class methods explicitly public.

tags/v0.99.beta14
Sam Hocevar sam 17 years ago
parent
commit
38c75c1bab
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cxx/cucul++.h

+ 1
- 0
cxx/cucul++.h View File

@@ -30,6 +30,7 @@ class Cucul;

class Charset
{
public:
unsigned long int utf8ToUtf32(char const *, unsigned int *);
unsigned int utf32ToUtf8(char *, unsigned long int);
unsigned char utf32ToCp437(unsigned long int);


Loading…
Cancel
Save