This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Make Charset class methods explicitly public.
tags/v0.99.beta14
Sam Hocevar
sam
17 years ago
parent
94c42350dd
commit
38c75c1bab
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save