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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T08:48:01+00:00 2026-05-20T08:48:01+00:00

I have base.html file: <!DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd> <html> <head>

  • 0

I have base.html file:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>{% block head.title %}{% endblock %}</title>
    </head>

    <body>
        {% block body.content %}{% endblock %}
    </body>

</html>

and 500.html file:

{% extends "base.html" %}
{% block head.title %}
    500 ł
{% endblock %}

{% block body.content %}
    500 - 
{% endblock %}

When I generate some error I don`t see 500 ł but

UnicodeDecodeError: 'utf8' codec can't decode byte 0xb3 in position 54: unexpected code byte

When I change ł to l everything is fine. I creates new html files with eclipse. What is wrong?

EDIT:

I cannot use any of polish diactric characters

  • 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-20T08:48:02+00:00Added an answer on May 20, 2026 at 8:48 am

    It looks like your template file might not being saved in utf8 by Eclipse. According to this bug it chooses your OS’s default encoding, which may not be utf8.

    You can configure Eclipse like this:

    • Set the global text file encoding preference Workbench > Editors to “UTF-8”.
    • If an encoding other than UTF-8 is required, set the encoding on the individual file rather than using the global preference setting. To do this use the File > Properties > Info menu selection to set the encoding on an individual file.

    Or you can use the HTML entity which is &#321; and then it doesn’t matter what encoding the file is saved as.

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

Sidebar

Related Questions

I have a file called header.html and it is included by base.html . In
At the moment, I have a base HTML template file. When ever I want
I have a master template file called base.html , in it I have the
I am editing file: /templates/account/base.html and in it want to include: /templates/profiles/includes/sub_nav.html I have
I have a base template file (base.html) and every other template extends to it
I have a header file which has the html <head> tag in it. I'm
I have a base.html template that contains a list of links. Example: <div id=sidebar1>
i have template base.html and some children templates. I don't know how to set
I have a ListView. If I want to base the html markup on a
I have a base URL : http://my.server.com/folder/directory/sample And a relative one : ../../other/path How

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.