File: ucs2_to_utf8.h

package info (click to toggle)
i3lock 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: ansic: 1,893; makefile: 70
file content (8 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef _UCS2_TO_UTF8_H
#define _UCS2_TO_UTF8_H

int convert_ucs_to_utf8(char *input, char *output);
char *convert_utf8_to_ucs2(char *input, int *real_strlen);
void u8_dec(char *s, int *i);

#endif