Giter Club home page Giter Club logo

Comments (11)

eusonlito avatar eusonlito commented on May 22, 2024

Yes, it's strange because I'm using spanish as language without any character problem.

I have testes now "à" as title meta without problem.

Can you paste a full code example?

from laravel-meta.

MaMouT514 avatar MaMouT514 commented on May 22, 2024

In my controller :

use Meta;
class FrontendController extends Controller
{
    public function home()
    {
       Meta::set('title', 'Venez découvrir nos événements à Paris');
        return view('frontend.pages.home');
    }
}

In my view :

<!DOCTYPE html>
<!--[if IE 8]> <html lang="fr" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="fr" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="fr"> <!--<![endif]-->
<head>
    <meta charset="utf-8" />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="_token" content="{{ csrf_token() }}" />
    <?= Meta::tag('title'); ?>
    <?= Meta::tag('robots'); ?>
    <?= Meta::tag('url', Request::url()); ?>
    <?= Meta::tag('locale', 'fr_FR'); ?>
    <?= Meta::tag('description'); ?>
    <?= Meta::tag('image'); ?>...

And the result :

<!DOCTYPE html>
<!--[if IE 8]> <html lang="fr" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="fr" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="fr"> <!--<![endif]-->
<head>
    <meta charset="utf-8" />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="_token" content="CZE5IyU4Q6VcrRPw499MWnyzrCCzjgm2U9Xp2rCN" />
    <title>Venez découvrir nos événements � Paris</title><meta name="title" content="Venez découvrir nos événements � Paris" /><meta property="og:title" content="Venez découvrir nos événements � Paris" /><meta name="twitter:title" content="Venez découvrir nos événements � Paris" /> ...`

My website is based on Laravel 5 Boilerplate (https://github.com/rappasoft/laravel-5-boilerplate), composer update done and cache clear!

from laravel-meta.

eusonlito avatar eusonlito commented on May 22, 2024

This string is a copy/paste from another document?

Can you test to write yourself the phrase?

I have checked these code in an empty project without problem.

from laravel-meta.

MaMouT514 avatar MaMouT514 commented on May 22, 2024

I've just checked too in an empty project... and same problem.
Maybe windows ?

from laravel-meta.

eusonlito avatar eusonlito commented on May 22, 2024

It's possible, now I have tested this code into a clean laravel-5-boilerplate installation without problem.

Maybe some charset conflict in windows... if é is printed fine, à must be also.

from laravel-meta.

MaMouT514 avatar MaMouT514 commented on May 22, 2024

è is printed fine...
I think that is a problem on my dev computer.
Thanks for your help and your module!

from laravel-meta.

sergeyklay avatar sergeyklay commented on May 22, 2024

Mb UTF-8 with BOM?

from laravel-meta.

MaMouT514 avatar MaMouT514 commented on May 22, 2024

@sergeyklay Can you explain ? I don't get it..
Thanks

from laravel-meta.

eusonlito avatar eusonlito commented on May 22, 2024

Here some additional info http://stackoverflow.com/questions/2554445/how-to-fix-byte-order-mark-found-in-utf-8-file-validation-warning

You can test it also with sublime text (File > Save with encoding > UTF-8).

from laravel-meta.

MaMouT514 avatar MaMouT514 commented on May 22, 2024

Ok, I've got it but it was one of the first thing I've checked...
I've check again and no change

from laravel-meta.

MaMouT514 avatar MaMouT514 commented on May 22, 2024

No problem in production...
So I've got a problem with my computer.
Sorry!

from laravel-meta.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.