No announcements
Found 1957083 threads
-
11 Votes
how do i check whether my string contains arabic characters or not?
The best you're going to get is going to be the various RegEx unicode block character class: \p{name} Regex.Answered | 5 Replies | 19877 Views | Created by Dinesh Kumar Paramasivam - Thursday, August 21, 2008 6:18 AM | Last reply by Sohail_Ahmad - Wednesday, February 7, 2018 9:58 AM -
0 Votes
Whether 0xFFFF is a valid Unicode character?
On 12/22/2013 6:55 PM, chcw wrote: I just wonder whether 0xFFFF is a valid Unicode character.Answered | 2 Replies | 3911 Views | Created by chcw - Sunday, December 22, 2013 11:55 PM | Last reply by Igor Tandetnik - Monday, December 23, 2013 1:30 AM -
0 Votes
Unicode Character Concatenation ANd return by using keychar in vb.net
How to Concatenate two unicode characters by using CHrw and returns it back to a variable as char in vb.net, Here i have added two unicode characters and ...Answered | 1 Replies | 581 Views | Created by Farah Shaikh - Thursday, August 11, 2016 4:43 AM | Last reply by Viorel_ - Thursday, August 11, 2016 5:49 AM -
0 Votes
How To Convert Unicode and Hexadecimal Characters
U+db30 is a not a legal character on its own, as it part of a surrogate pair.)Answered | 4 Replies | 22362 Views | Created by LAWSQL - Saturday, January 7, 2012 2:03 AM | Last reply by RA-Singh - Saturday, January 7, 2012 4:33 PM -
0 Votes
Unicode characters not shown in console window
minas1 wrote: I'm trying to display unicode characters in the console window, using the standard C++ way.Answered | 2 Replies | 3123 Views | Created by minas1 - Tuesday, August 3, 2010 9:47 AM | Last reply by Igor Tandetnik - Tuesday, August 3, 2010 12:30 PM -
1 Votes
Arabic Language in C++
Hello Ahmad, Your project is it set as UNICODE?Answered | 4 Replies | 905 Views | Created by ahbazzi - Tuesday, May 10, 2016 11:43 AM | Last reply by Bordon - Tuesday, May 17, 2016 5:25 AM -
0 Votes
Byte array containing Unicode characters
Also only the unicode characters are to be in a "returned" buffer.Answered | 12 Replies | 3723 Views | Created by alleyes - Thursday, July 16, 2009 9:21 PM | Last reply by alleyes - Friday, July 17, 2009 7:28 PM -
0 Votes
treeview and the language arabe
>when i try to load a data (language arab) from a recordset to a control treeview with vba acess 2010 , treeview display an interrogation like this ?????Answered | 1 Replies | 674 Views | Created by dadou_et_papa - Saturday, June 20, 2015 9:16 AM | Last reply by Edward8520 - Monday, June 22, 2015 10:35 AM -
0 Votes
Unicode Bidirectional Algorithm
Instead of Unicode try bigEndianUnicode.Answered | 1 Replies | 1478 Views | Created by Marco Orlandini - Monday, November 12, 2012 10:31 AM | Last reply by Joel Engineer - Monday, November 12, 2012 11:25 AM -
0 Votes
Teradata Attunity connector in SSIS for Unicode characters
Since Teradata doesn't have any specific datatype as NVARCHAR, we generally define such field as "VARCHAR(Size) CHARACTER SET UNICODE".Answered | 3 Replies | 3273 Views | Created by n Kishore - Saturday, November 14, 2015 11:03 AM | Last reply by Sudhir Upadhyay - Thursday, August 2, 2018 8:30 PM -
0 Votes
Converting character to Unicode/HTML equivalent
[udf_StripHTML](@BODY) ;WITH CTE_Characters AS ( SELECT SUBSTRING(@VAL,1,1) AS CHARS, N=1 UNION ALL SELECT SUBSTRING(@VAL,N+1,1),N+1 FROM CTE_Characters WHERE N ...Answered | 4 Replies | 1334 Views | Created by SQL_166 - Tuesday, January 28, 2014 10:27 AM | Last reply by Ch. Rajen Singh - Wednesday, January 29, 2014 10:53 AM -
1 Votes
Unicode version support in Access 2013
I created the ticket "Fix the comparison of strings with Unicode Latin Extended-D characters" on Access UniserVoice.Answered | 10 Replies | 2558 Views | Created by Alex F Ilin - Wednesday, August 24, 2016 4:03 PM | Last reply by Alex F Ilin - Friday, August 26, 2016 8:04 AM -
0 Votes
problem accessing unicode for arabic characters
User-1232302422 posted hi i m creating a non-english(urdu) web page. now the problem is how to write strings in arabic on the web page. i want ...Answered | 2 Replies | 15 Views | Created by Anonymous - Sunday, April 22, 2007 12:31 PM | Last reply by Anonymous - Sunday, April 22, 2007 2:31 PM -
2 Votes
C# Insert Arabic script to Oracle DB
Arabic characters are unicode which are two bytes instead of one byte.Answered | 2 Replies | 3380 Views | Created by para de - Thursday, May 2, 2013 3:27 PM | Last reply by para de - Thursday, May 2, 2013 4:47 PM -
0 Votes
Unicode characters : Flat File Destination SSIS
Since you're converting Unicode data to a ANSI 1252, then probably some characters/data will be garbage.Answered | 8 Replies | 9042 Views | Created by S Prashant - Wednesday, January 11, 2012 5:02 PM | Last reply by S Prashant - Wednesday, January 18, 2012 10:11 AM -
3 Votes
English and Arabic combined text
This problem because of Left to Right & Right to Left combined together in the same line.Answered | 2 Replies | 4896 Views | Created by DRWilliams25 - Thursday, April 30, 2009 3:56 PM | Last reply by DRWilliams25 - Tuesday, May 5, 2009 6:02 PM -
0 Votes
Unicode Characters in Excel Export
It seems these characters are utf-16 or could be even utf-32 Try to save excel file as utf-16 and see it works.Answered | 4 Replies | 14428 Views | Created by Srujan - Tuesday, August 7, 2012 3:18 PM | Last reply by Kapul Bhatnagar - Wednesday, August 8, 2012 10:33 PM -
4 Votes
How to extract English letters from Arabic string?
This regular expression will return only words with basic latin letters: \p{IsBasicLatin} You can read further here: Character ...Answered | 4 Replies | 5411 Views | Created by Hani Deek - Thursday, May 10, 2012 4:27 AM | Last reply by Cor Ligthert - Thursday, May 10, 2012 2:44 PM -
2 Votes
MS SQL character set
In addition to specifying the prefix N for Unicode strings or using Unicode parameters, the table needs a Unicode data type (nvarchar/nchar) to store Unicode ...Answered | 2 Replies | 988 Views | Created by ahbazzi - Sunday, March 27, 2016 2:17 PM | Last reply by Dan Guzman - Sunday, March 27, 2016 3:18 PM -
0 Votes
Arabic Character display in IE6 and IE7
In our database arabic address is getting stored through a 3rd party database using an adaptor which is an PLSQL stored procedure (oracle 10g).Answered | 1 Replies | 8228 Views | Created by savithakesari - Wednesday, September 8, 2010 10:52 AM | Last reply by ashawani_dubey - Monday, October 11, 2010 12:45 PM
No announcements