mavinoo / laravelBatch

insert batch and update batch in laravel
MIT License
564 stars 118 forks source link

json_encode convert UTF-8 strings to hexadecimal entities? #70

Open lekhang2512 opened 3 years ago

lekhang2512 commented 3 years ago

Json current: {"title":"Áo thun trắng xanh đen 1231","description":"Áo thun trắng xanh đen 12345"} After update Batch: {"title":"u00c1o thun tru1eafng xanh u0111en 1231","description":"u00c1o thun tru1eafng xanh u0111en 12345"}