Skip to main content

Posts

Showing posts from December, 2022

Do South Korean people really like “SPICY”?

In my U.S. experience, every person asks me, "Oh, this is a little bit spicy, but you came from South Korea; I'm sure you are OK. " Sure, I like spicy food really much. However, we have yet to learn about every South Korean people's taste type. In Yummirific data, we collected 3,397 people's taste preference data with 40 survey questions. Fortunately, we covered that "SPICY." Our question number 8 aligns with "SPICY." "I like spicy food." So, I analyzed 3,397 people's responded data related to basic tasty preferences, Sour, Bitter, Salty, Sweety, and "SPICY. Here are some fun facts about it.

LookupError: unknown encoding: x-windows-949 in Pycharm Django

Fixing Error record. My OS: Window 10 Home Summarize Error When building a new Django framework project, it cannot run with Pycharm run command. How to fix. Step 1.  Changing the option console's default encoding. Settings > Editor > General > console > Default Encoding: UTF-8 Step 2.  Changing the option Project Encoding and Default encoding for properties files: UTF-8 Settings > Editor > File Encodings > Project Encoding and Default encoding for properties files: UTF-8 Result Fixed Problem. Almost answers in googled results mentioned Step 2. (File Encoding) But, console's encoding also have to change to UTF-8.