Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1031761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T13:58:51+00:00 2026-05-16T13:58:51+00:00

The following code is creating problem. var_dump($name); $name = mb_strtolower($name); var_dump($name); Output is string(32)

  • 0

The following code is creating problem.

var_dump($name);
$name = mb_strtolower($name);
var_dump($name);

Output is

string(32) "brazil and technology, São Paulo"
string(32) "brazil and technology, s�o paulo"

Can someone please explain why I am getting an invalid character for ã? What am I doing wrong here?

mb_detect_encoding($name) says its UTF-8
  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T13:58:51+00:00Added an answer on May 16, 2026 at 1:58 pm

    mb_strtolower() has a second parameter to specify the encoding. If omitted, it uses mb_internal_encoding()’s return value. Try adding that parameter explicitly. If you’re on UTF-8:

     $name = mb_strtolower($name, "UTF-8");
    

    If that doesn’t help, make 100% sure the incoming data is UTF-8 in all the steps along the way, and the output is UTF-8 as well. It could well be that you are working with IS-8859-1 data that gets garbled by the strtolower operation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know I can solve the following problem just by creating a custom class,
I have the following code for creating tabs. It works at the end of
Eariler I happily used the following code for creating form elements (inside Zend_Form descendant):
I have the following code in dojo creating a ComboButton with several MenuItems of
I am creating date using following code try { newdatetime = new DateTime(2012, 2,
I'm creating JPopUpMenu with following code: JPopupMenu popup1 = new JPopupMenu(); JPopupMenu popup2 =
I am creating a SMS app the following code is supposed to: check if
I am creating an annotation callout with right accessory button, using the following code
I am using following plugin http://pinesframework.org/pnotify/ I am creating dialog using following jquery code..
In my code I am creating a List<> of the following class: public class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.