HTML + using spanish characters

Hi
If this is a dumb question - forgive me.
Note this is for a site that will be in English & Spansih
(translated pages
in Spanish)
But if I want to include spanish characters on a site do I
need to replace
each spanish character with ascii code or is there another
way to get the
characters to display
e.g.
resúmenes - do i have to enter it into the html as
resúmenes
also
When I view the pages on my pc the spanish characters display
correctly.
Once the pages are uploaded the spanish characters do not
display - why
would this happen?
Thanks
B
www.visit-the-coqui.com/
If you are thinking of a vacation to Puerto Rico
http://gadgetgrapevine.blogspot.com
Latest gadget and other news here

Thanks david for the explaination.
So now I need to figure out how I can save my html as utf-8
without using
notepad (I don't have dreamweaver and have used up my trial
period).
Any one know of any other way of creating a utf-8 html file?
thanks
B
www.visit-the-coqui.com/
If you are thinking of a vacation to Puerto Rico
http://gadgetgrapevine.blogspot.com
Latest gadget and other news here
"David Powers" <[email protected]> wrote in message
news:[email protected]...
>B wrote:
>> could you explain the difference in 'laymans terms'
>
> UTF-8 (Unicode) is designed to handle virtually all
writing systems,
> including Arabic, Japanese, Chinese - and English.
ISO-8859-1 is Western
> European encoding, which handles only those characters
used in Western
> European languages. ISO-8859-1 actually supports the
accented characters
> used in Spanish, but older browsers weren't always
capable of displaying
> them, which led to the use of HTML entities, such as
&ntilde;.
>
> If you select ISO-8859-1 (Western European) in
Dreamweaver, it
> automatically converts all accented characters, such as
those used in
> Spanish, into entities, which makes the code very
difficult to read. If
> you select UTF-8, the accented characters are preserved.
Since English
> doesn't have any accented characters, the encoding is
identical in
> ISO-8859-1 and UTF-8.
>
> If you're working with a database, though, it's very
important not to mix
> the two types of encoding for data that uses accented
characters. If you
> do, the accented characters will be garbled.
>
>> also I posted another ? regarding a BOM warning that
I now get after
>> saving as utf-8 - is this an issue?
>
> I saw that, but didn't reply because you said you used
Notepad. I have no
> idea how Notepad handles the BOM (if I remember
correctly, it stands for
> Byte Order Mark). As the validation warning told you,
older browsers can't
> handle the BOM, so it's best to omit it. Dreamweaver
Preferences let you
> determine whether to add the BOM or leave it out of
UTF-8 pages. By
> default, Dreamweaver omits the BOM.
>
> --
> David Powers, Adobe Community Expert
> Author, "The Essential Guide to Dreamweaver CS3"
(friends of ED)
> Author, "PHP Solutions" (friends of ED)
>
http://foundationphp.com/

Similar Messages

  • Using Spanish characters in CF

    I need help setting my coldfusion application tu show accents
    ans othe characters that are used in spanish but when I use them it
    shows a different character.

    where's the data coming from?
    what's your page's encoding?
    are you using a unicode font or a font that can display
    extended characters?
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • Using special characters (Spanish characters) in Activities name

    Hi everyone,
    ?:| Does anyone knows if I need to do any extra configuration in my Operating System/Data Base if I'm using special characters (accents) in activities/transitions name. Is there any problem using these type of characters?
    Thanks a lot.
    Edited by varriaga at 01/04/2007 2:17 PM

    in ALBPM 5.7 you don't need any specific setup to use spanish characters, since we store all information as NVARCHARS.
    In Studio, we store projects files in UTF-8, so no problem either.
    MAriano
    PS: you are just asking or you do have a problem? if you do, contact support and describe your problem.
    MAriano Benitez
    AquaLogic BPM 5.7 SP1 is now available!

  • Spanish characters getting garbled while executing command using Java code

    Hi,
    I try to execute a command using java code. output of the command contains spanish characters. Few of these characters getting garbled after the command execution.
    Runtime r = Runtime.getRuntime();
              Process p = null;
    String pgm="ipconfig /all";
              try
                        p = r.exec(pgm);
    BufferedReader br=new BufferedReader(new InputStreamReader
                                  (p.getInputStream()));
    while((val = br.readLine()) != null){ System.out.println(val);
              catch (Exception e)
                        return (null);
    I tried to run the code using -Duser.language=es -Duser.region=ES -Dfile.encoding=Cp850, but this did nt help. I could see the outputs properly in command prompt,
    If i redirect the output to a text file , it is getting garbled,
    Please let me know to solve this issue.

    884543 wrote:
    Hi,
    I try to execute a command using java code. output of the command contains spanish characters. Few of these characters getting garbled after the command execution.
    Runtime r = Runtime.getRuntime();
              Process p = null;
    String pgm="ipconfig /all";
              try
                        p = r.exec(pgm);
    BufferedReader br=new BufferedReader(new InputStreamReader
                                  (p.getInputStream()));
    while((val = br.readLine()) != null){ System.out.println(val);
              catch (Exception e)
                        return (null);
    I tried to run the code using -Duser.language=es -Duser.region=ES -Dfile.encoding=Cp850, but this did nt help. I could see the outputs properly in command prompt,
    If i redirect the output to a text file , it is getting garbled,
    Please let me know to solve this issue.Set the character set to UTF-8 to your InputStreamReader, for More details on usage refer the java api :
    http://download.oracle.com/javase/6/docs/api/java/io/InputStreamReader.html

  • To display spanish characters on a JSP when the JSP is inside one portal

    Hi All,
    Previously, I had posted my query here that how to display spanish characters on a JSP screen.
    I got a solution that to add
    <%@ page contentType="text/html;charset=UTF-8" language="java" %>
    to the JSP and to save the JSP in 'UTF-8'encoding format.
    This works well in case an individual JSP. But when I am adding the JSP to a web project consisting of many other JSP pages, its not working.
    Do I have to change anything else.
    Please help me if you have any suggestions. I am eagerly waiting for any response.
    Thanks in advance.

    I used to have a similar problem. I have jsp pages in braz. portugese and for these I have    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">When I tried setting the contentType to UTF-8, the way you wrote foreign characters didn't get submitted properly from input fields so I took it away, then everything worked correctly. Don't know why though.

  • ColdFusion Changing Spanish Characters

    For some reason ColdFusion seems to be changing some spanish characters. I've narrowed it down to ColdFusion (or maybe IIS 6 scripting handler) because the text comes out fine on a plain .html file but simply changing it to .cfm causes the characters to come out incorrect. Any help would be great! Thanks
    P.S. The screenshots above look far better when I'm editing this post vs viewing it, not sure what's going on there.

    Very cool!  Glad I could help.  Internationalization, oh man, that's gonna be a fun challenge!
    I think ColdFusion has tons of great Locale-based functions to help ensure that it caters itself to the consumer as best it can.
    The <cfprocessingdirective> is usually used to encapsulate information that you want to modify whitespace or character encoding on, but are you using <cfcontent> without specifying the encoding anywhere?  Usually, CF outputs content encoded as UTF-8 (though it operates internally at UTF-16), but if a <cfcontent> is used at one point and doesn't specify the encoding, then CF is sometimes set to auto-determine the encoding.
    I'm not sure if setting a header from the server-side down is an option, or, if you could utilize a meta tag to do likewise.

  • IPlanet setting to properly display Spanish characters in PDF Document?

    I have a bilingual PDF document (Spanish and English). The document displays correctly on multiple other systems (Unix/Weblogic, NT4, IIS), but when I move it up to my server that is running iPlanet, the Spanish characters do not display properly. Since it displays fine in other environments, I am guessing it is a setting that needs to be changed in iPlanet and not something that needs to be changed with my PDF document. Any suggestions?
    Thanks so much in advance.
    Tracey

    Hi,
    I am not sure if you are referring to the users creating your forms or the users using your forms.
    In terms of typing charactes if the keyboard is set so that you can type spanish characters and the font you are in has those characters then they will be entered into the form, both when creating and filling of the form.
    There is nothing specific that needs to be done to the form to allow this, it just accepts the characters that the OS passes to it from the keyboard.
    (Point of note: if you are specifying a font to be used this would need to contain the characters that you want to use).
    If I have misunderstood the problem then I apologise and if you provide more detail I can investigate further.
    Regards
    Malcolm

  • Special Spanish Characters - What do i need?

    I am using Photoshop 7 to create graphics for a training series that is being translated into Spanish. I am using FCP 6.03 on a G5. What do I need from Adobe in order to create the graphics in the Spanish language? i only have access to some of the special characters of the language using the Spanish keyboard - I can show a list of the characters, but how do I use the unicode IDs of the characters in Photoshop to display the special characters? I can get the upside down ? and !, and the n with the tilde; the accented vowels are not part of the keyboard combinations.

    Scroll to the bottom for Mac key combinations:
    http://www.spanishnewyork.com/spanish-characters.html

  • Allowing Spanish characters in PDF forms

    I'd like to develop a PDF form primarily for Spanish speaking users. Is it possible to allow Spanish characters in a PDF form? I know setting the "default locale" in LC has nothing to do with this, so is it a matter of system settings (ie. keyboard settings) on the user's machine?
    Has anyone every tried this before?
    Thanks

    Hi,
    I am not sure if you are referring to the users creating your forms or the users using your forms.
    In terms of typing charactes if the keyboard is set so that you can type spanish characters and the font you are in has those characters then they will be entered into the form, both when creating and filling of the form.
    There is nothing specific that needs to be done to the form to allow this, it just accepts the characters that the OS passes to it from the keyboard.
    (Point of note: if you are specifying a font to be used this would need to contain the characters that you want to use).
    If I have misunderstood the problem then I apologise and if you provide more detail I can investigate further.
    Regards
    Malcolm

  • Support for English and Spanish Characters

    I have created a database with character set WE8iso8859P1. Some of my tables that I imported from MS Access Database using ODBC contain English as well as Spanish characters. When I select the same from the database I just get ? for the non-English characters. What should I do to see the Spanish characters as well?

    In the timeline, next to the audio (on the left) is a small drop down box which lets you set the language for the track. You'll see 'En' in both of them at the moment, and you need to change the Spanish one to be for Spanish. You should then be able to complete the build.

  • EPMA dimension import issue with spanish characters

    We are using special characters for spanish words, like the word Español.
    When this was imported into EPMA using the Import Profile and importing a flat file, EPMA added the alias member as espan then showed a square box and then the l. Then, when deploying the app, no errors recorded in EPMA but planning showed errors since SQL query could not deal with this strange character (the square box symbol) in its query. When I manually change the member in the dimension library to Español, then the app deploys. So my relational database clearly accepts the characters.
    So, the problem is in the Import of the text file when it has the special character ñ or other spanish characters with the accent marks or tildes. Is there something I need to do when importing a file with this character or other spanish language special characters?
    Thanks
    using V11.1.1.3 EPMA with weblogic
    Jeff

    Hi!
    We have the same problem. Please somebody could help us?
    Thanks in advance!
    Analía

  • Problem with spanish characters

    Hello
    I am using an existing and proven app written in visual foxpro with a recently installed Oracle11g database (have done this before without problems)
    I am using Microsoft ODBC for Oracle and have no possibility of changing this. (always used this without problems)
    If I insert a string in in a fixed length char field of the same length of the string (say char(30)) IF THE STRING DOES NOT HAVE SPECIAL CHARACTERS, everything goes as usual. However, if the string contains some spanish language chars (ó, é, á, ñ) the insert fails indicating that the string is too long. I suspect "somewhere" this characters are encoded in double-byte instead of single-byte.
    My question is, which is the Oracle setting that allows/prevents this? I need special characters encoded in 1 byte. Language is Spanish.
    Some settings that the Oracle DBA passed to me are
    NLS_CHARACTERSET = AL32UTF8
    NLS_NCHAR_CHARACTERSET= AL16UTF16
    Any help will be appreciated, thanks!

    In the database character set AL23UTF8 (NLS_CHARACTERSET=AL23UTF8), accented Spanish characters occupy 2 bytes each. This cannot be changed.
    Two possible solutions:
    -- recreate the database using the character set WE8MSWIN1252
    -- redefine the column from CHAR(30), which usually by default means CHAR(30 BYTE), to CHAR(30 CHAR). This means no more than 30 characters but up to 120 bytes (in AL32UTF8).
    If you run your application with NLS_LANG=.WE8MSWIN1252 and you do not use byte-oriented SQL functions such as SUBSTRB, INSTRB, or LENGTHB, you will most probably see no functional difference between single-byte storage and multibyte storage of Spanish characters. On the client side, these characters will be single-byte.
    -- Sergiusz

  • Using cyrillic characters in cfdocument

    Hi,
    I'm currently developing on a CF8 single installation on a RedHat AS 4 machine using apache.
    I have a multilingual web app that requires the on the fly creation of .pdf files, and those .pdf files require some if not all of their content to be presentable in languages using Cyrillic characters. I have all this working and it's very efficient, except for 1 problem.
    The only way I can get the cyrillic characters to be correctly included in the .pdf is to take for example the Arial.ttf font from a WinXP box and install it in the CF fonts directory: /opt/coldfusion8/runtime/jre/lib/fonts, by default there are only 5 versions of the Lucinda font.
    So my question is, seeing as I don't think I can use the MS Arial.ttf, since TrueType fonts are under MS trademark, is there a solution to this using any free fonts? It would be much better if I could find a solution using a single font supporting unicode that can display such languages as Macedonian, Russian and Polish, as well as th Sinitic languages, (I know the syntax is different, but it would be nice to have the option)
    Hope someone can help!
    Thanks,
    Ash

    it used to be if you bought ms office international edition you got ms arial
    unicode font too. now i think it's $99 per 5 users (though no longer available
    from ms, ascender licenses it now i think). have you tried www.sil.org? also
    http://unicode.org/resources/fonts.html has some listed, make sure to checkout
    what alan wood has on offer.

  • Adobe Form: Barcode with Spanish Characters

    Hi All,
    We have requirement to print certain texts in Barcode format. This text can be in any language. Now the problem is that its not printing Spanish Characters. i.e. máximo is printed as mximo in barcode format. I have tried using CODE128A and CODE128B. But still same result. Any idea which barcode format to use?
    Thanks
    Anuj

    It turns out that barcodes (128 Coding) do not support accentuated characters.

  • Embedding Spanish characters

    Hey, I'm building a bi-lingual tool (english and spanish)
    that uses all dynamic text fields. Problem: special Spanish
    characters are being dropped, even though I have specified them
    within the fields' embed-character sets.
    The piece is built as such: all copy is stored as nodes on
    two data objects – one english, one spanish. Texts are then
    populated into the dynamic text fields from the active language's
    object. I have specified
    "ÁáÉéÍíÓóÚúÜüÑñ¡¿"
    as characters to embed. However, the special characters are
    displaying incorrectly (or not at all). For example: "Español"
    displays as "Espaol". I also ran into a scenario where the "í"
    gylph (as in "Sí") displays as a copyright symbol (©).
    If anyone has any insight on this, I'd GREATLY appreciate
    it.

    How comes the text into the movies? If it's loaded from a
    textfile, make sure it's saved in UTF-8/Unicode format. In xml
    files, you can include this also in the xml header, like this:
    <?xml version="1.0" encoding="UTF-8"?>
    but it's more important that the text is saved in the right
    format, then Flash should display it right.
    Here's more on that:
    http://www.adobe.com/support/flash/languages/flashlocalization/.
    hth,
    blemmo

Maybe you are looking for

  • ORA-00604: error occurred at recursive SQL level 1 (Call to a Oracle View)

    I have created a view that refers to a package function within the sql select. Like E.x CREATE OR REPLACE VIEW VW_TAX as select test_pkg.fn_get_gl_value(acct_id) desired_col1, test_pkg.fn_get_gl_desc_value(acct_id) desired_col2 From tables a, b a.col

  • How to update shared variables

    Hi, I have a VI that opens an text file and reads some information from that page. That information should be copied to shared variables. The problem is that I have 160 shared variables and I don't want to drag them all from project explorer to Block

  • Logon exit for jco rfc call

    Hi. There is a external system to access our SAP rfc function by jco. I want to limit the jco access must be come from a certain ip. I found user exit SUSR0001 and can limit GUI logon. But it is no effect on jco logons. Is there another user exit for

  • How can i reset the asset value which is already cleared

    Hi, i am facing a problem. actually i want to reverse a particular asset value. but when i tried through ab08 , system say that it is already cleared. so is there any option to reset the cleared asset value? please help me. Thanks and Regards Debjit

  • PCCE agent Greeting

    My agent whisper plays fine but my greeting will not work.  Any help would be great. Thanks>>..