Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I have som difficulties to substitute Swedish characters from my files names. I want to clean up file names using the filename parameter in the SCSetContainer function.

I found that when I fetch the swedish character "ä" from a variable populated using SCChooseFile it's not the correct character. Using Code is get 77600097 instead of 228 which it should be.

Is this a limitation in the SuperContainer Plugin? Any suggestions?

/Niklas

Did you try Char ( 77600097 )? It also returns ä.

You can actually write ä in different ways in unicode, either as a single character (228) or as an a (00097) + an umlaut/dieresis (00776) = 77600097.

I have no idea why SC uses one and not the other, but you could probably get around this by simply handling both?

  • Author

Hi David! Yes, I figured this much out. And for a moments I thought I use the Char function to get the alternative "ä" (represented using 77600097) on screen, so to speak, then copy this character to the Substitute function. But FileMaker didn't get it. It wasn't substituted. What did I miss? How do I handle the more complex version of the "ä"?

Why don't you just do a

Substitute ( $filename ; [ Char ( 77600097 ) ; "ae" ] ; [ Char ( 228 ) ; "ae" ] )

? Or did you already try that?

  • Author

Danke. :yep:

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.