utf-16
PHP utf encoding problem
How can I encode strings on UTF-16BE format in PHP? For \"Demo Message!!!\" the encoded string should be \'00440065006D006F0020004D0065007300730061开发者_如何学Go0067006\'. Also, I need to encode Arab[详细]
2022-12-28 15:40 分类:问答Storing UTF-8 string in a UnicodeString
In Delphi 2007 you can store a UTF-8 string in a WideString and then pass that onto a Win32 function, e.g.[详细]
2022-12-28 10:33 分类:问答Confused about C++'s std::wstring, UTF-16, UTF-8 and displaying strings in a windows GUI
I\'m working on a english only C++ program for Windows where we were told \"always use std::wstring\", but 开发者_如何学JAVAit seems like nobody on the team really has much of an understanding beyond[详细]
2022-12-24 15:38 分类:问答Utf-16BE to ISO-8859-1 in PHP
i need to convert a Utf-16BE in ISO-8859-1 in PHP (开发者_StackOverflow社区i\'m not an expert in encoding so i don\'t know if Utf-16 and Utf-16BE are the same thing). I\'ve read somewhere to use the m[详细]
2022-12-23 15:25 分类:问答Open mails in outlook from java using the protocol "mapi://"
I developp a Java application using Windows Desktop Search from which I can retrieve some information about files on my computer such as urls (System.ItemUrl). An example of such url is[详细]
2022-12-22 01:19 分类:问答How to convert UTF-8 <-> UTF16 portable
is there a simple, portable开发者_运维百科 way (win32, linux at least) to convert UTF-16 to UTF-8 and back? Preferably using boost.[详细]
2022-12-20 18:02 分类:问答Python UTF-16 WAVY DASH encoding question / issue
I was doing some work today, and came across an issue where something \"looked funny\". I had been interpreting some string data as utf-8, and checking the encoded form. The data was coming from ldap[详细]
2022-12-20 11:31 分类:问答Create a file in Java for loading into an nvarchar field in SQLServer 2005 using BCP and UTF-16
I want to use BCP to load into a SQL Server 2005 table with an nvarchar field using a loader control file.As I understand it, SQL Server 2005 only supports UTF-16 (and I believe it is UTF-16 LE).The f[详细]
2022-12-20 09:10 分类:问答What are Unicode, UTF-8, and UTF-16?
W开发者_开发问答hat\'s the basis for Unicode and why the need for UTF-8 or UTF-16? I have researched this on Google and searched here as well, but it\'s not clear to me.[详细]
2022-12-20 00:37 分类:问答utf-8 to/from utf-16 problem
I based these two conversion functions and an answer on StackOverflow, but converting back-and-forth doesn\'t work:[详细]
2022-12-19 08:47 分类:问答