473,598 Members | 2,916 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

charCodeAt

Hello,
Is there a reverse function to string.charCode At(index);?
Thanks
Mike
Nov 10 '08 #1
1 2027
Mike wrote:
Is there a reverse function to string.charCode At(index);?
String.fromChar Code(32) generates a string with the character with
Unicode 32. The function can take as many arguments as you need.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Nov 10 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
5390
by: Ron Lange | last post by:
hi, sometimes I get weird codes by String.charCodeAt() if I'am converting binary data (iso-8859-1 written by a java app) into numeric values. For example instead of 164 I got 8364 (the generic currency symbol '¤'). I have already tested it by the url-statement javascript:("¤").charCodeAt(); in my browser, the result is 164. Some other values exeeding the maximum of 255 for the first latin-1 conform unicode set just only a bit, but I am...
9
3215
by: Bern | last post by:
msdn docs say the String.charCodeAt method is supported by IE 5.5 and above. I'm just curious that what do people use before IE 5.5 was released? charCodeAt seems to be such an important method.
5
7652
by: ken | last post by:
hello, i'm using charCodeAt to get the ascii value at a given location in a string but now i want to set the value of a location in a string to a specific ascii value. is there a way to do this? the only thing i can think of is to use the 'replace' method with a regular expression that matches the nth location in the string and replaces it with the new ascii value but that seems crude.
8
2011
by: Senderos | last post by:
Hello, i try to break this code, since many days (and nights), without any success : <script type="text/javascript"> function p(a,i,c) { var x=a.charCodeAt(i)+c;
1
2451
by: simmchip | last post by:
does anyone know how to complete the following,im trying to write a function that prompts for a message, and encode the message using shift cipher. mine does not work for some reason? change = 0 while(change<Name.length ) { document.write("<br/> ", fName.substr(change,1), Name.charCodeAt(change)) change++; } encode);
10
8686
by: czechboy | last post by:
Hi, I would like to use charCodeAt function but it returns wrong dec. numbers. The question is how to set character of the js. file executed? I can not use any kind of tags (<script<metaetc) since the js. file is executed directly through the client server. So no html etc... is there any solution? I need to display utf-8 text in RTF1 so I need to transfer the text to unicode by charCodeAt so that is why I needed it. Here is the function...
2
14763
by: ziycon | last post by:
Is there a function that does the opposite of charCodeAt(), I've writing a basic password tool and i can turn the text into unicode no problem but I can't return the unicode back to text?
0
7981
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7894
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8046
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8262
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
5847
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5437
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3894
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3938
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2410
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.