Sergei on Tech

eInsights and then some

Sergei on Tech header image 4

Entries Tagged as 'Development'

Unicode characters in strings in xCode for iOS

July 1st, 2011 · No Comments

(back from the dead)
Spent about an hour trying to get an answer to a simple question. How do you add unicode characters to strings in xCode?
I thought Apple had an answer here. They were wrong though. I finally found what I was looking for on stackoverflow.
The trick is to use a unicode character in a string you […]

[Read more →]

Tags: iOS · Development

WinMerge brilliant diff and merge tool

April 7th, 2008 · No Comments

No matter what kind of development you’re doing at some point you’re going to compare your code to the original to see where the differences are. This is my favorite tool to do it in windows: http://winmerge.org/
Some  screenshots

Bookmark It:

[Read more →]

Tags: Development · Windows