NetSurf
|
Go to the source code of this file.
Functions | |
char * | ami_utf8_easy (const char *string) |
void | ami_utf8_free (char *ptr) |
char * | ami_to_utf8_easy (const char *string) |
nserror | utf8_from_local_encoding (const char *string, size_t len, char **result) |
Convert a string encoded in the system local encoding to UTF-8. More... | |
nserror | utf8_to_local_encoding (const char *string, size_t len, char **result) |
Convert a UTF-8 encoded string into the system local encoding. More... | |
Variables | |
struct gui_utf8_table * | ami_utf8_table |
char * ami_to_utf8_easy | ( | const char * | string | ) |
Definition at line 119 of file utf8.c.
References NSERROR_OK, and utf8_from_local_encoding().
Referenced by ami_gui_event(), and ami_gui_opts_use().
char * ami_utf8_easy | ( | const char * | string | ) |
Definition at line 109 of file utf8.c.
References NSERROR_OK, and utf8_to_local_encoding().
Referenced by ami_cookies_present(), ami_drag_selection(), ami_font_scan_gui_open(), ami_gui_opts_open(), ami_gui_opts_setup(), ami_history_global_present(), ami_history_local_present(), ami_hotlist_present(), ami_menu_alloc_item(), ami_pageinfo_open(), ami_print_ui_setup(), ami_quit_netsurf_delayed(), ami_search_open(), amiga_warn_user(), amiga_warn_user_multi(), gui_download_window_create(), gui_window_create(), gui_window_set_status(), gui_window_set_title(), gui_window_set_url(), HOOKF(), and translate_escape_chars().
void ami_utf8_free | ( | char * | ptr | ) |
Definition at line 104 of file utf8.c.
Referenced by ami_cookies_present(), ami_corewindow_fini(), ami_drag_selection(), ami_font_scan_gui_close(), ami_free_menulabs(), ami_gui_event(), ami_gui_opts_open(), ami_history_global_present(), ami_history_local_present(), ami_hotlist_present(), ami_menu_free_lab_item(), ami_pageinfo_open(), ami_search_close(), gui_download_window_create(), gui_set_clipboard(), gui_window_destroy(), gui_window_set_status(), gui_window_set_title(), and gui_window_set_url().
nserror utf8_from_local_encoding | ( | const char * | string, |
size_t | len, | ||
char ** | result | ||
) |
nserror utf8_to_local_encoding | ( | const char * | string, |
size_t | len, | ||
char ** | result | ||
) |
|
extern |