aspose file tools
The moose likes JDBC and the fly likes equivalent code for codePointAt in java 1.4 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply locked New topic
Author

equivalent code for codePointAt in java 1.4

vianyrajnish rajnish
Ranch Hand

Joined: Apr 22, 2007
Posts: 70
hi all,

does anyone have equivalent code for codePointAt in java 1.4 ..?

thanks,
vinayrajnish
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32651
    
    4
Do you mean the String#codePointAt method or similar? Those methods were introduced in Java5 because Unicode introduced glyphs requiring more than 16 bits to encode them. I don't think you will find that.

And I think you ought to have asked that elsewhere: anybody wish to move this topic, please?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35237
    
    7
Please do not post the same question to multiple forums: CarefullyChooseOneForum

Let's continue the discussion in this duplicate thread.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: equivalent code for codePointAt in java 1.4
 
Similar Threads
using codePointAt()
How do I escape special chars like German "Umlaut" to UTF-8 entities?
How to make a JFrame display on top
Converting special characters to hex code
equivalent code for codePointAt in java 1.4