Click here to Skip to main content
15,909,466 members
Home / Discussions / C#
   

C#

 
AnswerRe: 8086 assembler Pin
Luc Pattyn22-Oct-11 13:22
sitebuilderLuc Pattyn22-Oct-11 13:22 
GeneralRe: 8086 assembler Pin
Paul Conrad23-Oct-11 9:16
professionalPaul Conrad23-Oct-11 9:16 
AnswerRe: 8086 assembler Pin
Luc Pattyn23-Oct-11 9:42
sitebuilderLuc Pattyn23-Oct-11 9:42 
GeneralRe: 8086 assembler Pin
Paul Conrad23-Oct-11 9:55
professionalPaul Conrad23-Oct-11 9:55 
Questionconvert unicode to iransystem Pin
mersad0022-Oct-11 6:33
mersad0022-Oct-11 6:33 
AnswerRe: convert unicode to iransystem Pin
BobJanova23-Oct-11 22:29
BobJanova23-Oct-11 22:29 
AnswerRe: convert unicode to iransystem Pin
Pascal Ganaye23-Oct-11 23:05
Pascal Ganaye23-Oct-11 23:05 
AnswerRe: convert unicode to iransystem Pin
Keith Barrow24-Oct-11 1:53
professionalKeith Barrow24-Oct-11 1:53 
I don't think there is a direct way to do this, from the brief research I did it looks like the Iran System is obsolete, though that doesn't help your problem.

My advices is to create a Map which maps the numeric value of the Iranian System to the numeric equivalent in Unicode and vice versa. This isn't a huge problem but:


  1. There isn't a map type in .net, which is a pity. You can fudge it a few ways, I've done it via dictionary (it is close with key/value instead of "key"/"key"), there is a discussion here[^]
  2. Entering the numberic values by hand in code or config or somesuchis error prone.
    This[^] should help as there is a [almost] copy and paste value mapping


Internationized text is a real pain (as I'm learning to my cost), it is even worse for right-to-left languages such as Farsi.

QuestionAnimation format Pin
Aleonis22-Oct-11 5:59
Aleonis22-Oct-11 5:59 
QuestionDoes anyone know how to unbox or convert a "1" as a nullable long? Pin
Alaric_22-Oct-11 5:37
professionalAlaric_22-Oct-11 5:37 
AnswerRe: Does anyone know how to unbox or convert a "1" as a nullable long? Pin
Alaric_22-Oct-11 6:03
professionalAlaric_22-Oct-11 6:03 
GeneralRe: Does anyone know how to unbox or convert a "1" as a nullable long? Pin
Alaric_22-Oct-11 6:04
professionalAlaric_22-Oct-11 6:04 
QuestionScope issue declaring a delegate within a static class Pin
dotman121-Oct-11 23:15
dotman121-Oct-11 23:15 
AnswerRe: Scope issue declaring a delegate within a static class Pin
dotman121-Oct-11 23:33
dotman121-Oct-11 23:33 
QuestionAsync Socket Receive Pin
Richard Andrew x6421-Oct-11 6:48
professionalRichard Andrew x6421-Oct-11 6:48 
AnswerRe: Async Socket Receive Pin
Eddy Vluggen21-Oct-11 9:04
professionalEddy Vluggen21-Oct-11 9:04 
AnswerRe: Async Socket Receive Pin
TheGreatAndPowerfulOz21-Oct-11 9:20
TheGreatAndPowerfulOz21-Oct-11 9:20 
AnswerRe: Async Socket Receive Pin
jschell21-Oct-11 10:59
jschell21-Oct-11 10:59 
GeneralRe: Async Socket Receive Pin
Richard Andrew x6421-Oct-11 11:14
professionalRichard Andrew x6421-Oct-11 11:14 
GeneralRe: Async Socket Receive Pin
jschell21-Oct-11 12:15
jschell21-Oct-11 12:15 
GeneralRe: Async Socket Receive Pin
Richard Andrew x6421-Oct-11 17:55
professionalRichard Andrew x6421-Oct-11 17:55 
QuestionMIME Attachment Names containing Extended Characters Fails Pin
Chadwick Posey21-Oct-11 4:39
Chadwick Posey21-Oct-11 4:39 
AnswerRe: MIME Attachment Names containing Extended Characters Fails Pin
Eddy Vluggen21-Oct-11 9:13
professionalEddy Vluggen21-Oct-11 9:13 
GeneralRe: MIME Attachment Names containing Extended Characters Fails Pin
Chadwick Posey21-Oct-11 10:17
Chadwick Posey21-Oct-11 10:17 
GeneralRe: MIME Attachment Names containing Extended Characters Fails Pin
Chadwick Posey24-Oct-11 6:28
Chadwick Posey24-Oct-11 6:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.