B4J Question [ABMaterial] PageTitle display question

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi
Use ABMaterial v2.51.
My system is chinese window7. I have setting some chinese code to the pagetitle in the project.
The display is incorrect when i connecting to server !? How tol solve this question !? :eek:

2f7dab305c3eca87ffac29adeb2b825c.png

B4X:
<!DOCTYPE html>
<html lang="en">
<head>
<!-- This WebApp/WebSite was generated using ABMaterial, a B4X library written by Alain Bailleul 2015-2017. See http://alwaysbusycorner.com/abmaterial -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="�x�����j�Ұ�,�j�ҫ�">
<meta name="viewport" content="width=device-width, initial-scale=1.01">
<meta http-equiv="expires" content="Sat, 01 Apr 2017 16:00:00 GMT">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="msapplication-tap-highlight" content="no">
<meta name="description" content="�j�ҷ���">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="��! �j��" />
<title>��! �j��</title>
<link rel="apple-touch-icon" href="../images/apple-touch-icon-152x152.png" sizes="152x152">
<link rel="icon" href="../images/favicon-32x32.png" sizes="32x32">
<link rel="shortcut icon" href="../images/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="##ffffff">
<meta name="msapplication-TileImage" content="../images/mstile-144x144.png" sizes="144x144">
<meta name="theme-color" content="#03a9f4">
<meta name="msapplication-config" content="none" />
<link type="text/css" rel="stylesheet" href="../../css/materialize.min.css?1490516138996"  media="screen,projection"/>
<style>
 

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi
I have add following code to every page but the result is same. all chinese content display OK. Only the page title is incorrect !
page.PageLanguage="zh-tw"
page.PageCharset="BIG5"

2. I release this project in the office,the server is chinese window,all display content is correct.
I release this project to remote host(vps), the server is english window, all display content is correct,
Only the page title is incorrectly !
P.S following code is from vps
115dccff566845f3c5780cb82e48bace.png
 
Upvote 0
Top