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 7090613
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:04:35+00:00 2026-05-28T08:04:35+00:00

when using render or layout()->content, in case the .phtml file is saved as UTF-8,

  • 0

when using render or layout()->content, in case the .phtml file is saved as UTF-8, Zend is adding extra string inside the DIV forcing the layout to show one line below the expected.

<div class="content">
   <?php echo $this->layout()->content ?>
<!-- end .content --></div>
<div class="sidebar2">
   <?php echo $this->render('/scripts/bar.phtm'); ?>
<!-- end .sidebar2 --></div>

given that bar.phtml is

<div class="someclass">
  <p>Any foreing accentuated text like 'não'</p>
</div>

The result is that the special chars appears as a Question Mark if the file is in another codepage than UTF-8. If in UTF-8 the result will be

UTF-8

<div class="someclass">"    "
  <p>Any foreing accentuated text like 'não'</p>
</div>

Other charset

<div class="someclass">
  <p>Any foreing accentuated text like 'n?o'</p>
</div>

That extra string forces flow my layout no line below the original position and its added by the result of calling render or layout.

Anyone knows how to get it right?

  • 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-05-28T08:04:35+00:00Added an answer on May 28, 2026 at 8:04 am

    Have you checked that Byte Order Mark (BOM) is not prepended to your phtml file when saving in UTF-8?

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

Sidebar

Related Questions

I want to generate a dynamic site using Zend_Layout. My layout (/application/layouts/scripts/layout.phtml) contains the
I'm using webpy with a basic template render = web.template.render(basedir + 'templates/', base='layout', globals=globals_vars_custom)
I am using RazorEngine to render out some basic content (a very crude content
I embed text in textfield, but sometimes it does not render using htmltext. if
When using ActionLink to render data from database which has HTML tags (ie <p>)
I'm using Java3D to render a three-dimensional scene. I would like to overlay a
I'm currently using NVelocity to render some email templates. I'm curious how I can
I'm am using JEditorPane to render basic HTML. But it renders self-closing tags incorrectly,
I've got a Python program using PIL to render text, and it works great
-- Running within ASP.NET MVC alongside jQuery -- I'm using jQuery to render a

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.