Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I configure my MongoDB to take UTF-8 into account?

I want to deal with UTF-8 now. I haven't done any special configs.

like image 991
TIMEX Avatar asked Jan 21 '23 14:01

TIMEX


2 Answers

UTF8 is the encoding supported by MongoDB out of the box.

like image 139
Andreas Jung Avatar answered Jan 23 '23 03:01

Andreas Jung


It supports UTF8 out of the box. There's nothing special that you need to do.

like image 27
ircmaxell Avatar answered Jan 23 '23 04:01

ircmaxell