facebook

How could I change default encoding (jsp file)

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #227225 Reply

    langs2020
    Member

    Hello.

    MyEclipseIDE changed my defaul encoding(MS949) to ISO-8891.

    When I create new JSP file, MyEclipseIDE always generate ISO-8891.

    And I tried several ways, but didn’t work.

    I am Korean. so I want to use MS949 with default text encoding.

    How could I change default encoding ❗ ?

    ref# http://www.myeclipseide.com/modules.php?op=modload&name=PNphpBB2&file=viewtopic&t=4485

    jdk : j2sdk1.4.2_07
    eclipse : eclipse-SDK-3.0.2-win32
    Myeclispe : EnterpriseWorkbenchInstaller_030804
    os : winxp

    please help me……

    #227238

    Brian Fernandes
    Moderator

    This bug has been fixed internally the fix will be present in the next version of ME.

    What you can do for now is set the pageEncoding attribute in your jsp file like so:

    <%@ page language=”java” pageEncoding = “MS949″%>

    We apologize for the inconvenience,
    Brian.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How could I change default encoding (jsp file)

You must be logged in to post in the forum log in