ํฌ๋กค๋ง ํ ๋ฐ์ดํฐ ์ ์ฅ์ ์ธ์ฝ๋ฉ์ utfmb4๋ก ์ค์ ํ๋๋ฐ๋
'utf-8' codec can't encode characters in position 188-189: surrogates not allowed
์ค๋ฅ๊ฐ ๋จ๋ฉด ์ด๋ชจํฐ์ฝ ์ค๋ฅ๋ฅผ ๊ณ ๋ คํด๋ณด์.
์ด๋ชจ์ง๋ฅผ ์ ๊ฑฐํ๋ ํจ์ ๋ง๋ค์ด์ ์ฌ์ฉํด ํด๊ฒฐ!
def rmEmoji(inputData):
return inputData.encode('utf-8', 'ignore').decode('utf-8')
'Coding > Python' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Python] ์๋ฌ : python-3.x Couldn't find Class NSProcessInfo (0) | 2022.03.16 |
---|---|
[Python] Module (0) | 2022.03.07 |
[Python]2021 ๋ทํ๋ฆญ์ค์ ์๊ฐ์ ์ผ๋ง๋ ์์๋? (๋ถ์ : ๋ทํ๋ฆญ์ค ๊ฐ์ธ ์์ฒญ ๋ฐ์ดํฐ ๋ถ์) (0) | 2022.01.18 |
[Python] ์ฐ์ต๋ฌธ์ (๋ฌธ์ฅ ๋ง๋ค๊ธฐ) (0) | 2021.12.30 |
[Python] *args, **kwargs (0) | 2021.12.30 |