Coding of application servers developed on Mac

Source: Internet
Author: User

Emp_type_map. Put ("formal ",
"R ");

Emp_type_map. Put ("outsourcing ",
"O ");

Emp_type_map. Put ("Internship ",
"R ");

 

 

 

When I started jetty on Mac today, I found that the key in the map had become garbled, and the three garbled keys were put into the map. They were considered the same, overwritten, and changed to the last one.

 

In ternimal, enter

Locale

 

Lang = "zh_CN.UTF-8"

Lc_collate = "zh_CN.UTF-8"

Lc_ctype = "zh_CN.UTF-8"

Lc_messages = "zh_CN.UTF-8"

Lc_monetary = "zh_CN.UTF-8"

Lc_numeric = "zh_CN.UTF-8"

Lc_time = "zh_CN.UTF-8"

 

Go to the Apple official website to check the document, set all the encoding to UTF-8 as follows

Lc_all = "zh_CN.UTF-8"

 

To the environment variable configuration file

Fjh-Mac-Pro :~ Fengjianhua $ Vim ~ /. Bash_profile

# Add

Export lc_all = zh_CN.UTF-8

 

Make environment variables take effect

Fjh-Mac-Pro :~ Fengjianhua $ source ~ /. Bash_profile

 

Restart Jetty. OK. Note the following when using Mac

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.