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

  • SEARCH
  • Home
  • 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 8771903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:54:27+00:00 2026-06-13T17:54:27+00:00

At first I thought the problem was when I return echo json_encode($row) from an

  • 0

At first I thought the problem was when I return echo json_encode($row) from an ajax call that results with ñ are changed to NULL. But after testing I found out that the problem exists way before that.

In a sample php file with:

$test = "Nuñez"
echo $test

the result is just Nu�ez

I’ve searched around but none of the suggested solutions work. Like:

mb_internal_encoding('UTF-8');
mb_http_output('UTF-8');
mb_http_input('UTF-8');
mb_language('uni');
mb_regex_encoding('UTF-8');
ob_start('mb_output_handler');

or <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />, or header('content-type: text/html; charset: utf-8');. And some more solutions that I’ve already forgotten, believe me I tried a lot.

That’s just the beginning of it, I’m hoping that won’t be a problem with mysql since my database is in utf-8 so is my $mysqli charset. But I think I can’t say the same for ajax json_encode. But nevermind, one problem at a time. Can anybody please help me. Thanks a lot!

PROBLEM SOLVED I just had to set “Encode in UTF-8” in Notepad++, as it was in “Encode in ANSI” before.

  • 1 1 Answer
  • 0 Views
  • 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-06-13T17:54:28+00:00Added an answer on June 13, 2026 at 5:54 pm

    for me

    $test = "Nuñez";
    echo $test;
    

    shows Nuñez

    You may try

    $test = "Nuñez";
    echo utf8_decode($test);
    

    or

    $test = utf8_encode("Nuñez");
    echo utf8_decode($test);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay at first I thought this would be pretty straightforward. But I can't think
here's the main code at first I thought is was the message box but
Suppose I have a table, the first column is an identity. I thought that
My first thoughts are Erlang, or Java, but I wanted to know from others
does the following integer arithmetic property hold? (m/n)/l == m/(n*l) At first I thought
So I thought I'd write my first codeigniter helper (still new to codeigniter somewhat).
Ok first of all, the unicorn avatars are hilarious. Seriously, I thought my account
I know this might sound easy. I thought about using the first dot(.) which
I'm using $lang=$_SERVER['HTTP_ACCEPT_LANGUAGE']; to detect the language of the browser. At first, I thought
I'm trying to upgrade from PHP 5.2.x to 5.3.2 on my server. Problem is,

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.