I have a text file (Japanese) with encoding like this: annon = \u30a2\u30ca\u30a6\u30f3\u30b9 send_annon_each = \u305d\u308c\u305e\u308c\u306e\u901a\u77e5\u3092\u500b\u5225\u306b\u9001\u308b I don't know it's encoding and how to create it. Please help me. Thanks.
dexom
Posts
-
Japanese encoding -
how to set windows system time with C#I want to set our windows system time by my application but I don't know how to do that. Please help me. Thanks too much
-
when will my database corrupt (int type and use identity)I choose my table key is int type and use identity. I don't know HOw many record it have to corrupt my database? Please help me. If that not good please tell me a better way. Thanks
-
how to save image betterI want to make a selling web but I don't know how to save image better: in database or in file. If I chose host 9-10$/year, it can have enough space to save image? Please help me. Thanks.
-
procedure and datetimeI have proc as below: It don't understand the datetime type that I input I don't know why please help me. Thanks. ALTER PROCEDURE SP_PHIEUNHAP_Search ( @FromNgayNhap datetime, @ToNgayNhap datetime, @CheckNgayNhap bit, @MaNCC int, @FromNgayLap datetime, @ToNgayLap datetime, @CheckNgayLap bit, @NguoiLap int ) AS DECLARE @sql nvarchar(500) DECLARE @flag bit declare @tungay datetime declare @denngay datetime SELECT @sql = ' select MaPN, NgayNhap, TenNCC, NgayLap, HoTen, TongTien ' SELECT @sql = @sql + ' from PHIEUNHAP, NHACUNGCAP, NGUOIDUNG ' if (@CheckNgayNhap = 1 ) begin SELECT @sql = @sql + ' where NgayNhap >= ' + CONVERT(NVARCHAR, @FromNgayNhap,111) + ' and NgayNhap <= ' + CONVERT(NVARCHAR, @ToNgayNhap,111) set @flag = 1 end if(@CheckNgayLap = 1) begin if(@flag = 1) SELECT @sql = @sql + ' and NgayLap >= ' + CONVERT(NVARCHAR,@FromNgayLap) + ' and NgayLap <= ' + CONVERT(NVARCHAR, @ToNgayLap,111) else SELECT @sql = @sql + ' where NgayLap >= ' + CONVERT(NVARCHAR,@FromNgayLap) + ' and NgayLap <= ' + CONVERT(NVARCHAR, @ToNgayLap,111) set @flag = 1 end if(@NguoiLap != -1) begin if(@flag = 1) SELECT @sql = @sql + ' and NguoiLap = ' + CONVERT(NVARCHAR, @NguoiLap) else SELECT @sql = @sql + ' where NguoiLap = ' + CONVERT(NVARCHAR, @NguoiLap) set @flag = 1 end if(@MaNCC != -1) begin if(@flag = 1) SELECT @sql = @sql + ' and PHIEUNHAP.MaNCC = ' + CONVERT(NVARCHAR, @MaNCC) else SELECT @sql = @sql + ' where PHIEUNHAP.MaNCC = ' + CONVERT(NVARCHAR, @MaNCC) set @flag = 1 end SELECT @sql = @sql + ' and NguoiLap = MaND and PHIEUNHAP.MaNCC = NHACUNGCAP.MaNCC ' EXEC sp_executesql @sql -- modified at 4:31 Saturday 14th January, 2006
-
How to make datagrid in winform like webform?Hello, I want to make datagrid in winform like web form. Ex: edit,delete,update. How can I do that? Please help me. Thanks.
-
.Net PortalI think this topic is too litle. Please help me if anyone know it.
-
C# MySQL 5.0 and storeprocedureI want connect to MYSQL database by C# and I want to use storeProcedure to access database but I can't do that. Please help me
-
merge column header of datagrid with C#Now I want to merge column header of datagrid with C# but I don't know how to do this. Please help me. Thanks.
-
how to change column color of datagridI want to make may order with each column has a color by datagrid. But I don't know how to do this. Please help me. Thanks.
-
Upload a html file which contain imagesI want to upload a html file but I have some problem that when you have images in that html file you will have a folder that contain that images so you can upload it. How do I solve this problem? Please help me. Thanks
-
free mail serviceNow I want to make a web application to send mail but don't know any free mail server to send my email. If you know something about free mail server support POP3 and SMTP please tell me. Thanks.
-
HOW TO SAVE AN OBJECT TO A FILE WITH C#I have a student class with attributes: name, id,... And I want to save it to a file then restore it. I don't know how to do that. Please help me.Thanks
-
how to save an object to a fileI have a student class with attributes: name, birthday,..and I want to save student class to a file and then restore it. I don't know how to do that, please help me.