Please support our Java advertiser: Lunarpages Java Web Hosting
![]() |
•
•
Join Date: Aug 2005
Posts: 80
Reputation:
Rep Power: 4
Solved Threads: 2
int i = 5; // Or number in the ascii table.
System.out.format("%c ", (char)i);http://www.lookuptables.com/
Is that what you mean by special characters?
-Fredric
•
•
Join Date: Nov 2004
Location: Netherlands
Posts: 5,749
Reputation:
Rep Power: 19
Solved Threads: 200
for (int i=1;i<65536;i++)
{
%>
<tr>
<td><%= i %></td>
<td style="border-right=thin solid blue;">&#<%= i %></td>
<td> </td>
<td><%= ++i %></td>
<td style="border-right=thin solid blue;">&#<%= i %></td>part of a JSP I wrote that outputs the entire UTF-8 character set.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
![]() |
Similar Threads
Other Threads in the Java Forum
- Special Character Bullets (HTML and CSS)
- Converting special regular expression quantifiers to NFAs efficiently (Computer Science)
- Cannot delete file (Windows 9x / Me)
- Validate textboxes (HTML and CSS)
- reading from a file with python (Python)
- Regex for password (Shell Scripting)
- How do I create a program using an Array ? (C++)
Other Threads in the Java Forum
- Previous Thread: Ftp
- Next Thread: Need some help
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode