Home |
Function rtsmb_srv_share_add_tree_ex Function rtsmb_srv_set_group_permissions_ex Function rtsmb_srv_register_user_ex Function rtsmb_set_codepage_OEM Function rtsmb_set_codepage_ANSI Function rtsmb_set_codepage_UTF8 |
Function rtsmb_set_codepage_UTF8rtsmb_set_codepage_UTF8 instructs the SMB server to use UTF-8 encoding for all file names: void rtsmb_set_codepage_UTF8(void); Applications using RTFiles-32 should also call RTFSetCodePageUTF8 when this function is called. This function is shared among the SMB server and SMB client. For applications using both the SMB server and SMB client, this function sets UTF-8 support for the server and the client with a single call. Function rtsmb_set_codepage_ANSI
|